﻿*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-box-sizing: border-box;
}

body{
	background:url(../galeria/img/greyzz.png);
	font-family: 'rockwell', sans-serif;
	overflow-x:hidden;
	width:180px;
}
body::-webkit-scrollbar {
	width:7px;
}
body::-webkit-scrollbar-thumb {
	background:#133e6d;
	border-radius:5px;
}
a{
	text-decoration: none;
	color:#000;
}
.contenedor-menu{
	margin-left:10px;
	width:340px;
	position: fixed;
	font-family: 'rockwell', sans-serif;
	font-size:14px;
}
.contenedor-menu .menu{
	width: 100%;
}
.contenedor-menu ul{
	list-style: none;
}
.contenedor-menu .menu li a{
	border-radius:5px;
	color: #fff;
	display: block;
	padding: 15px 20px;
	background: #084485;
}
.contenedor-menu .menu li a:hover{
	background: #084485;
	color: #fff;
}
.contenedor-menu .menu .icono{
	font-size: 20px;
	line-height: 14px;
}
.contenedor-menu .menu .icono.izq{
	float: left;
	margin-right: 10px;
}
.contenedor-menu .menu .icono.der{
	float: right;
	margin-left: 10px;
}.contenedor-menu .menu ul{
	display: none;
}
.contenedor-menu .menu ul li a{
	background: #2e3841;
}
.contenedor-menu .menu .activado > a{
	background:#fff;
	color: #084485;
}

.contenedor{
	width:400px;
	margin-left:380px;
}
h1{
	margin:40px 0px;
	font-family:'rockwell', 'roboto', arial;
	font-size: 42px;
	color: #1167c4;
}
p{
	margin: 10px 15px;
	font-family: Arial, Helvética, sans-serif;
	font-weight:bold;
	font-size: 16px;
	color: #fdfdff;
}

.foto{
	width:450px;
	height:300px;
	box-shadow:5px 5px 10px rgba(0,0,0,.5);
}
.foto.f-der{
	z-index:1;
	display:block;
	margin-left:250px;
	margin-right:11px;
	margin-top:-20px;
	margin-bottom:-15px;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.foto.f-der:hover{
	-moz-transform: scale(1.4) translateX(-80px);
-webkit-transform: scale(1.4) translateX(-80px);
-o-transform: scale(1.4) translateX(-80px);
-ms-transform: scale(1.4) translateX(-80x);
transform: scale(1.4) translateX(-80px);
	z-index:10;
	margin-right:11px;
	margin-top:-20px;
	margin-bottom:-15px;
}
.foto.f-izq.f-inicio{
	margin-top:20px;
}
.foto.f-izq{
	z-index:1;
	margin-top:-20px;
	margin-bottom:-15px;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.foto.f-izq:hover{
	-moz-transform: scale(1.4) translateX(80px);
-webkit-transform: scale(1.4) translateX(80px);
-o-transform: scale(1.4) translateX(80px);
-ms-transform: scale(1.4) translateX(80px);
transform: scale(1.4) translateX(80px);
	z-index:10;
	margin-right:11px;
	margin-top:-20px;
	margin-bottom:-15px;
}
h2{
	text-align:right;
	color:#1167c4;
	font-size: 24px;
	margin:30px;
}
h3{
	color:#1167c4;
	font-size:24px;
	margin:30px;
}